'宣言
Public Overloads Shared Function TwoWayBind(Of TModel As INotifyPropertyChanged)( _ ByVal model As TModel, _ ByVal ctrl As TextBox, _ ByVal propertyGetter As Expression(Of Func(Of TModel,String)), _ ByVal propertySetter As Action(Of TModel,String) _ ) As IDisposable
public static IDisposable TwoWayBind<TModel>( TModel model, TextBox ctrl, Expression<Func<TModel,string>> propertyGetter, Action<TModel,string> propertySetter ) where TModel: INotifyPropertyChanged
パラメータ
- model
- ctrl
- propertyGetter
- propertySetter
型パラメータ
- TModel